home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / Word-Safari.swf / scripts / DefineSprite_311 / frame_4 / DoAction.as < prev   
Text File  |  2008-02-25  |  120b  |  9 lines

  1. if(_root.difficulty == "hard")
  2. {
  3.    _root.death = true;
  4.    tellTarget(_root.gameover)
  5.    {
  6.       play();
  7.    }
  8. }
  9.